PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / addAnnotation Method
The com.o2sol.pdf4java.annotations.PDFAnnotation to add.
In This Topic
    addAnnotation Method
    In This Topic
    Adds an annotation to the page.
    Syntax
    public void addAnnotation( 
       PDFAnnotation annotation
    )

    Parameters

    annotation
    The com.o2sol.pdf4java.annotations.PDFAnnotation to add.
    See Also